Custom Endpoints
Version: 1.0.0.0 Updated: 2023-11-29 16:56:05
Summary
Documentation for the Custom Endpoints schema
Custom Endpoints Schema
| Name | Type | Required | Description |
|---|---|---|---|
| last_modified_account_id | string | No | Account ID of the user who last modified the resource |
| last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
| created_timestamp | string | No | Timestamp of when the resource was created |
| sandbox_id | string | No | ID of the Sandbox |
| name | string | No | Name of the resource |
| description | string | No | Description of the resource |
| custom_endpoint_unique_id | string | No | Unique identifier for this custom endpoint |
| endpoint_id | string | Yes | The customer defined identifier for this endpoint |
| url | string | Yes | User friendly identifier of setting type |
| http_verb | object | No | See schema |
| custom_headers | object | No | Custom headers to be passed to the endpoint |
Http_verb Enum Values
| Value | Description |
|---|---|
| GET | An enumeration. |
| POST | An enumeration. |
| PUT | An enumeration. |
| DELETE | An enumeration. |
| HEAD | An enumeration. |
| PATCH | An enumeration. |